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