(function() { const u = '/apps/statistics.php?aid=407722&browser=IE&created_date=20260306&created_hour=09&dduuid=ee330c686eeed&device=0&device_type=desktop&os=Windows&ssid=h57plkea094v3h62fmgpf61r4a&t=1772760682&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=341e7a57bf94eb1cfdc7abb7e568864f38a62708&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();