(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251027&created_hour=22&dduuid=c8bb395787698&device=0&device_type=desktop&os=Windows&ssid=1vvc9kc1ltis2otqb2i5rertpa&t=1761576116&typeid=0&url_type=2&value=&sign=2ebb201a3d830c12c31135f251fe6b9efe7a4bfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();