(function() { const u = '/apps/statistics.php?aid=444217&browser=IE&created_date=20260310&created_hour=06&dduuid=37300fb70e39e&device=0&device_type=desktop&os=Windows&ssid=r8q3ppba7h2die16s2fioilbt6&t=1773096623&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=caa8399d45bd42cc1e63a8819f387e1f57280c77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();