(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=12&dduuid=2a13b941896f7&device=0&device_type=desktop&os=Windows&ssid=omop80e413940n3jtq8vcbt6hd&t=1762058549&typeid=0&url_type=2&value=&sign=487cde02f84656400996082bb19f6861976e366f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();