(function() { const u = '/apps/statistics.php?aid=89384&browser=IE&created_date=20260117&created_hour=00&dduuid=20cb631bbc3f5&device=0&device_type=desktop&os=Windows&ssid=fdo7vcmpdugsnghmpb1e3r4p27&t=1768581809&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6aac2d5b418133ea258ffefb4f44f4af6242e1a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();