(function() { const u = '/apps/statistics.php?aid=266043&browser=IE&created_date=20260225&created_hour=14&dduuid=acccc7cd29fa3&device=0&device_type=desktop&os=Windows&ssid=08h53shncf845qc9lddt8q33ar&t=1771999971&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3072e04611987617ec9a2b39ec902468ae0c912f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();