(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=20&dduuid=466e678f87ff4&device=0&device_type=desktop&os=Windows&ssid=40tlmjf71ebf5iiten9bd9pjgm&t=1757938225&typeid=0&url_type=2&value=&sign=4e3190b8a82caad0840db87d12b458d108035a8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();