(function() { const u = '/apps/statistics.php?aid=406098&browser=IE&created_date=20260111&created_hour=20&dduuid=ff28af434a607&device=0&device_type=desktop&os=Windows&ssid=q4f75lcjjpm70aisl9e0dvhjpj&t=1768132851&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3c63a1c639c8cf774c35c0ef7f6cd0592d8a800&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();