if (searchResultUrl) {
fetch('/report-404', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ url: searchResultUrl })
}).catch(function() {
// Ignore errors - best-effort cleanup
});
}
} catch (e) {
// Ignore storage/fetch errors
} })(); </script>