(function() { const u = '/apps/statistics.php?aid=445713&browser=IE&created_date=20260113&created_hour=00&dduuid=bc3bef0c10e1b&device=0&device_type=desktop&os=Windows&ssid=hjmv347qmosnsdahmmiedu502g&t=1768236972&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e7ef0a4a478809ca7f3bd15f723df1422bf73e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();