(function() { const u = '/apps/statistics.php?aid=452998&browser=IE&created_date=20260306&created_hour=05&dduuid=20fd4e89d83fe&device=0&device_type=desktop&os=Windows&ssid=d0sfdjeg3p21ugoqnbtra3es0p&t=1772747429&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46864de5069dc5992bbb4af460c2565414ee3ea4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();