(function() { const u = '/apps/statistics.php?aid=445742&browser=IE&created_date=20260112&created_hour=12&dduuid=826359616b4a1&device=0&device_type=desktop&os=Windows&ssid=5n3qk830ir4ee8d6li8vra0utr&t=1768192916&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aca221c2406a378d78eb4cedcac0d62acef62f41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();