(function() { const u = '/apps/statistics.php?aid=452844&browser=IE&created_date=20260224&created_hour=19&dduuid=1ac505cf4c90d&device=0&device_type=desktop&os=Windows&ssid=oggpbf353op6bsro301v29n878&t=1771931651&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2c54406b30e11d690d95e4d78b6a7df054698fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();