(function() { const u = '/apps/statistics.php?aid=424205&browser=IE&created_date=20260311&created_hour=15&dduuid=3c002906008de&device=0&device_type=desktop&os=Windows&ssid=ao43c2pponrpc5ta3des4g4kq3&t=1773213611&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25aec9610c23ff8562f644b09999061f49ccafb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();