JavaScript Redirect - replace()

Redirecting to "https://w3dk.com/permalink/referer.php" in 5 second(s).

This is the JavaScript equivalent of an HTTP redirect (although a 200 OK status is still returned). window.location.replace() is called instead of assigning directly to the window.location.href property, so that the current page is replaced in the browser history.

The target URL reports the HTTP Referer.