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