I'm having problems adding the Google Analytics tracking script to my PHP redirect script and was wondering if you could help. Basically, I'm using <? header('Location: /index.php');?> to redirect, but I want to add tracking to this page to know how many people are hitting it. How to I accomplish this?