(function() { const u = '/apps/statistics.php?aid=21482&browser=IE&created_date=20260311&created_hour=09&dduuid=4acd2f580b7bd&device=0&device_type=desktop&os=Windows&ssid=n7hgihop32rm5r62el0bsiqlfo&t=1773193892&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83b277a5302ec9dd45868db300199e78800c6bf1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();