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