(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=166ce9ef2a413&device=0&device_type=desktop&os=Windows&ssid=2ep8smlbnrbv5hphruc7visa1g&t=1757860396&typeid=0&url_type=2&value=&sign=43a1a1edb7e92425a01b3b94a6de9e59dd92bb41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();