(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=bda48d4b80de4&device=0&device_type=desktop&os=Windows&ssid=1igkehesese1l66n5bp4q8pobs&t=1757898762&typeid=0&url_type=2&value=&sign=9143c42509d549ef5972a695698adaaead7d879f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();