(function() { const u = '/apps/statistics.php?aid=450353&browser=IE&created_date=20260225&created_hour=22&dduuid=9bfe234bae482&device=0&device_type=desktop&os=Windows&ssid=fu5plkd5pd171i18qqh6a0t968&t=1772031426&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0f0bfd5fe3664adaa039f18c18f9135876e9568&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();