(function() { const u = '/apps/statistics.php?aid=300010&browser=IE&created_date=20260206&created_hour=19&dduuid=94e1838c473c6&device=0&device_type=desktop&os=Windows&ssid=s1h1k7mueupd07kdt4m728qtjl&t=1770378629&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79d746846dcf11f8037df5746fef478289ffca22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();