(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=04&dduuid=99c6511b9ebc0&device=0&device_type=desktop&os=Windows&ssid=8bkpmai5hbr2i75unh669eu37s&t=1758139626&typeid=0&url_type=2&value=&sign=28e64bf68e26535429fa71882d324d737154175b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();