(function() { const u = '/apps/statistics.php?aid=422993&browser=IE&created_date=20260130&created_hour=09&dduuid=0619ce34cdc1e&device=0&device_type=desktop&os=Windows&ssid=71drov3qlc9n7cc6oo2e5gunib&t=1769736495&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbf088a8cd0b939b25729a742289a4b428f38afe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();