(function() { const u = '/apps/statistics.php?aid=453504&browser=IE&created_date=20260310&created_hour=06&dduuid=43f6d1127450a&device=0&device_type=desktop&os=Windows&ssid=71u90l3ke8djj0maf6smo3kf3u&t=1773094977&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9172469a01970d8067e9041db3afc7562b84dfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();