(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=11&dduuid=46d0d22b418e7&device=0&device_type=desktop&os=Windows&ssid=8p9kj4qea8fg39hb318q8q6iij&t=1760498514&typeid=0&url_type=2&value=&sign=7ac8c5806b629148d23c1626f130f5d14a396718&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();