(function() { const u = '/apps/statistics.php?aid=446874&browser=IE&created_date=20260226&created_hour=12&dduuid=796958ee41703&device=0&device_type=desktop&os=Windows&ssid=56i1ok3gl2jbmjtsir3hohbj7o&t=1772081580&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffe5633c40ff5967c06b7ed940119887e93789e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();