(function() { const u = '/apps/statistics.php?aid=69021&browser=IE&created_date=20260122&created_hour=11&dduuid=def1b9b291c99&device=0&device_type=desktop&os=Windows&ssid=6bphaksec86b449ocb498b8qs1&t=1769051368&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e424e74e5f719cba3563f1958d23fdd86585be3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();