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