<!DOCTYPE html>
<!--This html should be placed at the root of web to get the top scope for request interception-->
<script>
var script = document.createElement('script');
script.src = '/scripts/synowebrtc/WebrtcCacher/cacheLauncher.min.js';
document.head.appendChild(script);
</script>