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