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