(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=9ad67d42799c5&device=0&device_type=desktop&os=Windows&ssid=7jgi1fknmc6hifphr3dr5eivh5&t=1757878817&typeid=0&url_type=2&value=&sign=501d7a1110cc4fac62c2eea68d96cb81c3471ee6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();