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