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