(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=06&dduuid=08086ef54626d&device=0&device_type=desktop&os=Windows&ssid=9j0vvkrqh5negeh7m67ib3ca3p&t=1757887416&typeid=0&url_type=2&value=&sign=c79f28ddf9c452ac461951ccc4da9c85d974a09e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();