(function() { const u = '/apps/statistics.php?aid=422&browser=IE&created_date=20260311&created_hour=06&dduuid=5203fab6613c2&device=0&device_type=desktop&os=Windows&ssid=0j6q0dnio26gfvmdku7i7qkvmo&t=1773182259&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce4220806f120569fcf41638c4f7be0a01671556&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();