(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=14&dduuid=a9c2891807ac9&device=0&device_type=desktop&os=Windows&ssid=moh67t4hnnrist2dl0f5f0s3rf&t=1757917945&typeid=0&url_type=2&value=&sign=1efc751c588f1a5005993b033155d8380d827b48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();