(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=20&dduuid=1d662ebbf9c12&device=0&device_type=desktop&os=Windows&ssid=8v9fj992g17cpr06ag8ha1eiic&t=1761912466&typeid=0&url_type=2&value=&sign=27054c625969660402d05c96050f46f0ca264620&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();