(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=06&dduuid=39d7084431d7c&device=0&device_type=desktop&os=Windows&ssid=6pqost60i3615su5hp2h2frb9b&t=1757974502&typeid=0&url_type=2&value=&sign=5496486eb0d2d88d94d0266d650efbc3db5fc162&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();