<!DOCTYPE html>
<script>
window.addEventListener('unload', () => {
window.top.document.body.appendChild(document.createElement('iframe'));
});
</script>
<!DOCTYPE html>
<script>
window.addEventListener('unload', () => {
window.top.document.body.appendChild(document.createElement('iframe'));
});
</script>