(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=06&dduuid=563c88486eade&device=0&device_type=desktop&os=Windows&ssid=n5a0434ua4s0v0fiuut8fdkcpr&t=1757975269&typeid=0&url_type=2&value=&sign=e0c17a23bc57719f903b64a1ed9860a35f1b7409&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();