(function() { const u = '/apps/statistics.php?aid=340312&browser=IE&created_date=20260224&created_hour=01&dduuid=d18dd700ce17f&device=0&device_type=desktop&os=Windows&ssid=rraag6m7ae5l453be0ifvo71hp&t=1771866893&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80f349f3c0abea986328fbbb9a6b1dd79134f49c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();