(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=01&dduuid=dd5aa660275b4&device=0&device_type=desktop&os=Windows&ssid=34s17gm9ibljkbs6f6nq5jrf8v&t=1761068747&typeid=0&url_type=2&value=&sign=090566a9ca5da863d1c56a18e6ea7d1f6b186338&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();