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