(function() { const u = '/apps/statistics.php?aid=456361&browser=IE&created_date=20260225&created_hour=12&dduuid=397205a41f562&device=0&device_type=desktop&os=Windows&ssid=kgh2pqhteir1bb1h5s78m9vhbi&t=1771995442&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08d05f4846ff8b3e6a8e723cc61e3a95f2db6e75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();