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