For use on tracking pages that serve only to log a pageview before sending traffic to another page.
<script> window.onload = function() { setTimeout(function(){ window.location.href = 'URL_HERE' }, 8000); }; </script>