(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=06&dduuid=963c7bb114354&device=0&device_type=desktop&os=Windows&ssid=igd9d8usq3ht6npni0re1lm4qa&t=1760481087&typeid=0&url_type=1&value=&sign=3e0cceffd20bd65291d9369c3a9193cb8ccc7387&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();