(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=16&dduuid=1e9ca911babec&device=0&device_type=desktop&os=Windows&ssid=4ijhc6i10qak9rtpno7nmuv6ct&t=1760171546&typeid=0&url_type=2&value=&sign=5e2270b1fb4d66644ef5a7c928f71e58e67ea542&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();