(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=21&dduuid=1c219e49295d3&device=0&device_type=desktop&os=Windows&ssid=lnb80t149lvhbni53g6tmadlgt&t=1757855957&typeid=0&url_type=2&value=&sign=9e5f03594e31dabf8f0ed71d0149eb78cc75bfad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();