(function() { const u = '/apps/statistics.php?aid=17492&browser=IE&created_date=20260227&created_hour=22&dduuid=1c68d4caf4570&device=0&device_type=desktop&os=Windows&ssid=4jgerdg9vl3lr4n6ffu4i0qpaj&t=1772203709&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e71f308797a684666703a96c2340e9e3378c370&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();