(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=14&dduuid=a6b95be7bd16e&device=0&device_type=desktop&os=Windows&ssid=d41m6el87los2eukt03ffmkk00&t=1760853824&typeid=0&url_type=2&value=&sign=76e9fb78b62e5b0f957ba12db8d1adcfef886802&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();