(function() { const u = '/apps/statistics.php?aid=409651&browser=IE&created_date=20260225&created_hour=06&dduuid=3de4effcab31b&device=0&device_type=desktop&os=Windows&ssid=gjkq39p22vgn2siie87kcpmo7d&t=1771971732&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a33358f899e9cfbcfca6a381632453b9f39740d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();