(function() { const u = '/apps/statistics.php?aid=89320&browser=IE&created_date=20260117&created_hour=02&dduuid=9a016608f6814&device=0&device_type=desktop&os=Windows&ssid=ve25p9j2hfq9t34qc1mag7n744&t=1768586930&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6281be77639b422aa0b2f0b910eb5c4e4ce9d48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();