(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=14&dduuid=3100fa7396730&device=0&device_type=desktop&os=Windows&ssid=27c2s8bii4dbc912dnbcb0heu1&t=1761112853&typeid=0&url_type=2&value=&sign=3e4601392a12dc4af9ca136d18ca0cc910661546&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();