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