(function() { const u = '/apps/statistics.php?aid=452188&browser=IE&created_date=20260311&created_hour=05&dduuid=0565ab12ae8ee&device=0&device_type=desktop&os=Windows&ssid=l7pvnp4tdlq6rfg0h17ckavmmt&t=1773177546&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72deb5ce014444dfcd927dc2002a70fea5212739&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();