(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=06&dduuid=3a4e9126ebf41&device=0&device_type=desktop&os=Windows&ssid=c8430rhvpqr310bpqoe4rif0o1&t=1762209173&typeid=0&url_type=2&value=&sign=d6045394974aaea2ad7284e1af3e4274f4cb1f81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();