(function() { const u = '/apps/statistics.php?aid=113475&browser=IE&created_date=20260115&created_hour=15&dduuid=b82e1a2f8a63e&device=0&device_type=desktop&os=Windows&ssid=kf6seqk26jvsuu0shha8n3gfpe&t=1768463522&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c09ca36c31a70bcb04342c067eb07320fd4b429&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();