(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=18&dduuid=ab0625d73c2f9&device=0&device_type=desktop&os=Windows&ssid=s7pb9nhs75rms46jt29105d65m&t=1758019141&typeid=0&url_type=2&value=&sign=404622b954f493e54bd9cd6a7c286860b42cb207&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();