(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=08&dduuid=9366d93050304&device=0&device_type=desktop&os=Windows&ssid=8e1slilhkupj5a5gdge8jj3ue2&t=1762217183&typeid=0&url_type=2&value=&sign=2179f8fd1b40a370cde7227637a05b7fdf6ca37e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();