(function() { const u = '/apps/statistics.php?aid=414382&browser=IE&created_date=20260303&created_hour=12&dduuid=10429fd4c7825&device=0&device_type=desktop&os=Windows&ssid=91cr5qc1313p4mmd1gfdhf1vot&t=1772512870&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1486ddfcb0b506cea8a95c98a05fb5e5bc209106&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();