(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251110&created_hour=10&dduuid=558b7440d8483&device=0&device_type=desktop&os=Windows&ssid=fd9uqrmhfm8guatg0td43hlqbm&t=1762740186&typeid=0&url_type=2&value=&sign=d79574479ad5b5b4c1951b960f5d6ef26847fdf9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();