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