JavaScript...
so much power in such a few lines of code..
beforeunload
<?php window.onbeforeunload = function() { window.open("https://www.xbdev.net", "_blank"); // Replace with the URL you want to open return null; };