(function() { const u = '/apps/statistics.php?aid=454643&browser=IE&created_date=20260305&created_hour=03&dduuid=f48f2f909b382&device=0&device_type=desktop&os=Windows&ssid=k7b3tk4t51je1pvolh40j8ber0&t=1772652188&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f499330a483f9f6af7d992afcb531c05f59d66dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();