JavaScript, :
window.location = 'customprotocol://';
window.location.assign('customprotocol://');
(.. customprotocol://) , , . , setTimeout, , customprotocol://, .
window.location = 'customprotocol://';
window.setTimeout(function() { window.location = 'http://example.com/fallback.html' }, 1);