(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=22&dduuid=b6d0c50afe2d7&device=0&device_type=desktop&os=Windows&ssid=5nku3mbqos1pibm5jssu2a8al9&t=1760798948&typeid=0&url_type=2&value=&sign=7d157c3509e8b73009ed89c7006e83647dc48de3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();