(function() { const u = '/apps/statistics.php?aid=425664&browser=IE&created_date=20260126&created_hour=06&dduuid=1e181f5c461f0&device=0&device_type=desktop&os=Windows&ssid=9v3dpdsndq6nd4rs1qctqmsr08&t=1769381858&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c214a7febd214f94842f6e60365caa448913e09f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();