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