(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=80c22badba015&device=0&device_type=desktop&os=Windows&ssid=8ofei3jqda5isqe2smef3mmiai&t=1757878705&typeid=0&url_type=2&value=&sign=569adaaca242a6672064cd51f5ea4d5ff751ac4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();