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