(function() { const u = '/apps/statistics.php?aid=450374&browser=IE&created_date=20260307&created_hour=21&dduuid=74f1030cd6afe&device=0&device_type=desktop&os=Windows&ssid=70iomnte4lb6a1uh1tf7rbb13s&t=1772889013&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e4ea649917f16f9e6e841d8d76c1df6f0662cd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();