(function() { const u = '/apps/statistics.php?aid=454786&browser=IE&created_date=20260225&created_hour=02&dduuid=5248d09a5aee9&device=0&device_type=desktop&os=Windows&ssid=qa9e1jo8s9gpdd97gm0jhprcr4&t=1771956490&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4286cee11fe0299aebc4f837207bf41672c7641&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();