(function() { const u = '/apps/statistics.php?aid=454741&browser=IE&created_date=20260225&created_hour=03&dduuid=e2261bf4656f5&device=0&device_type=desktop&os=Windows&ssid=7tjfepsakp1bs38pfdpq23amqe&t=1771963085&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48eb6f5dd0646b1d97d1067007d21a0176adf819&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();