(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=06&dduuid=f7c6132664567&device=0&device_type=desktop&os=Windows&ssid=2thbsrkpgsuh9vbs6a7iqma7nm&t=1760480729&typeid=0&url_type=2&value=&sign=57c5d78d56bd0273988116a259df549ae09c1a55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();