(function() { const u = '/apps/statistics.php?aid=455385&browser=IE&created_date=20260303&created_hour=18&dduuid=7867d6065b66a&device=0&device_type=desktop&os=Windows&ssid=v8iv3v6vglgrkpss67nmma1392&t=1772534021&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eab618e0aa57863817aeeeb846b4b2bb2f40c2a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();