(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=61d02af35eeb3&device=0&device_type=desktop&os=Windows&ssid=hb4809s2emu87n7h633f4ei3gp&t=1758175432&typeid=0&url_type=2&value=&sign=9e64abd0b4ac78ddc8d52e63c33c7e7af9f9eef3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();