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