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