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