(function() { const u = '/apps/statistics.php?aid=449366&browser=IE&created_date=20260308&created_hour=09&dduuid=0b5b987244c83&device=0&device_type=desktop&os=Windows&ssid=cp4gmf6hv57e3ujfol2bscmfeu&t=1772933657&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02b43fd19278f75174cf72f9b691ffe000452179&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();