<html>
<head>
<link rel="icon" href="icon.png"/>
<script>
window.onload = function() {
history.replaceState("", "",
"/favicon/replacestate_with_favicon_replaced.html");
}
</script>
</head>
</html>
<html>
<head>
<link rel="icon" href="icon.png"/>
<script>
window.onload = function() {
history.replaceState("", "",
"/favicon/replacestate_with_favicon_replaced.html");
}
</script>
</head>
</html>