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