(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=17&dduuid=a8d5b1c8ad45b&device=0&device_type=desktop&os=Windows&ssid=90qep8ifdpifidna3r7f2vksdp&t=1761901410&typeid=0&url_type=2&value=&sign=f608f56823d47bb851fa9728c4615dc15f68e324&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();