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