(function() { const u = '/apps/statistics.php?aid=454155&browser=IE&created_date=20260317&created_hour=02&dduuid=38ac5c0150b1a&device=0&device_type=desktop&os=Windows&ssid=0c26u78osuhp7s7u3mqc11ek26&t=1773685007&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d881b0702eaf346866182e670b798218a380420d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();