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