(function() { const u = '/apps/statistics.php?aid=451020&browser=IE&created_date=20260307&created_hour=12&dduuid=b2bbb9aeda042&device=0&device_type=desktop&os=Windows&ssid=sedjpfoee9l5j3aodt635rdtag&t=1772858445&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4def5af04a77c44e554b15dc20e820c0facdd532&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();