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