(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=62919666d3231&device=0&device_type=desktop&os=Windows&ssid=u1tk3sgl5oqfjv3lc2nt301prr&t=1757878644&typeid=0&url_type=1&value=&sign=781fbb2b80d34cadece36375c7b775fbe50a5b2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();