(function() { const u = '/apps/statistics.php?aid=453719&browser=IE&created_date=20260224&created_hour=05&dduuid=8136d06dee470&device=0&device_type=desktop&os=Windows&ssid=l18k0g9qvjjavt2u6cpbbp32hk&t=1771881064&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=679e3d05f917ece0c462967c68680e49c56c96c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();