(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=16&dduuid=083e72c2e1b3c&device=0&device_type=desktop&os=Windows&ssid=ke7rl66fpt7co5g3ipfvalkg84&t=1758010225&typeid=0&url_type=2&value=&sign=8673da455f51f1396a3fc30dca1fdd6b561c8add&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();