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