http
HTTP/1.1 200 OK
Content-Type: text/html
Permissions-Policy: deferred-fetch-minimal=(self)
<!DOCTYPE html>
<html>
<head><title>Landing Page</title></head>
<body>
<script>
navigator.deferredFetchMinimal({
url: '/api/pageview',
method: 'POST',
body: JSON.stringify({page: '/landing', timestamp: Date.now()})
});
</script>
</body>
</html>