(function() { const u = '/apps/statistics.php?aid=407748&browser=IE&created_date=20260225&created_hour=05&dduuid=c9b053e66f8a5&device=0&device_type=desktop&os=Windows&ssid=gpjngbejcdjdour5qs78q9b38a&t=1771966847&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ee705af84055c7b5eb862517d7cb7ba12ed03e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();