Forum Moderators: open
The reason is because AdSense doesn't like page redirects, and since this is the highest trafficked page on my site (thanks to other sites linking to it) I don't want to waste the opportunity.
Thanks in advance!
EDIT: Or if anyone can think of a better way to do it.
<meta http-equiv="Refresh" content="0; URL=http://domain.com/script.php"/>
then your script.php file sends the appropriate headers telling the browser it is going to be a file, and then you output the file.
I only know how to do this with PHP, so you'll have to dig up how to do this with your server side language