(function() { const u = '/apps/statistics.php?aid=398468&browser=IE&created_date=20260130&created_hour=05&dduuid=f5fa508fd2b0b&device=0&device_type=desktop&os=Windows&ssid=fp8qib6vtgtek3qcedc2nroc4s&t=1769723162&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2282ed4e766c040f33d6cd6faf98a76c9d77afe9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();