(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=04&dduuid=461efd0a11944&device=0&device_type=desktop&os=Windows&ssid=bjh2h01vv76l5b20bnd1h6b88d&t=1761252621&typeid=0&url_type=2&value=&sign=c06e0baeb7943cb73223bbf0724fa6dd6b22e151&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();