(function() { const u = '/apps/statistics.php?aid=424217&browser=IE&created_date=20260128&created_hour=14&dduuid=04a4c0c54cbac&device=0&device_type=desktop&os=Windows&ssid=hmoa04o32p8khteug5k8u5b9bg&t=1769582294&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fae9964042d0a98eea27d3eff0812a41754b1da7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();