(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=12&dduuid=2143fc8a054fd&device=0&device_type=desktop&os=Windows&ssid=t27j87gqaopp449h1g6iknp5ck&t=1761021209&typeid=0&url_type=2&value=&sign=add5a5a3117a54826bc492f5299822110f9bfc70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();