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