(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=23&dduuid=41be02ed9a03b&device=0&device_type=desktop&os=Windows&ssid=f2e0hmcb8rehtq8q1flvhq9lmt&t=1761923954&typeid=0&url_type=2&value=&sign=ce6078b173df3930ec70c987ceb87422c248eafe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();