(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=15&dduuid=b247fa74fe5a2&device=0&device_type=desktop&os=Windows&ssid=79cp68eidq1e3c0cpk8vhv7kjb&t=1758180649&typeid=0&url_type=2&value=&sign=09ead2ceb08e13d1ce69b8a0417cb3235e596302&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();