(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=19&dduuid=250e6960f036f&device=0&device_type=desktop&os=Windows&ssid=ccbicc9kdp020pvd9s8d51jmhd&t=1760873488&typeid=0&url_type=2&value=&sign=a14162f8dbbc08fbe6a4ac7e4ffbadb8fb5e6e2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();