(function() { const u = '/apps/statistics.php?aid=455906&browser=IE&created_date=20260303&created_hour=12&dduuid=3b19146e4040c&device=0&device_type=desktop&os=Windows&ssid=creu9vr0o07c10qul6ri7f1n4e&t=1772512856&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53ed01b57ae31238f4e2c0d3a337d359c2e33907&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();