(function() { const u = '/apps/statistics.php?aid=417344&browser=IE&created_date=20260116&created_hour=21&dduuid=6faff8a867f61&device=0&device_type=desktop&os=Windows&ssid=1aovv3gsleog4k9kg8ef85q43c&t=1768569424&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=106b7d0dfe2229a84870877146d7c0676ba77107&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();