(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=21&dduuid=2140b07612127&device=0&device_type=desktop&os=Windows&ssid=rsc9c5q98n28rlli5c5p6j63oi&t=1758116801&typeid=0&url_type=2&value=&sign=e92be1f193aedca4331203eb891992c518c0c5d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();