(function() { const u = '/apps/statistics.php?aid=439476&browser=IE&created_date=20251223&created_hour=10&dduuid=a36d83f51af93&device=0&device_type=desktop&os=Windows&ssid=1pbkk37tqbobe8e40nj5ehb7bo&t=1766457678&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=617ce57bc70304ab8ea0c50cf84d4b9429ddb235&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();