(function() { const u = '/apps/statistics.php?aid=451384&browser=IE&created_date=20260225&created_hour=11&dduuid=f46fb0661e54e&device=0&device_type=desktop&os=Windows&ssid=oeo3n9fh8t4qenhgmirmp4b04j&t=1771990028&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffc610ca7d7959867214320a81b800a196015cae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();