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