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