Here's a simple redirection perl script:
If you run it, you will notice that it waits 15 seconds before going to nba.com, even though nothing else is required to be 'printed' to the browser. The sleep is stuck in there to represent tracker calculations that have to be perform.
Is there anyway to cause the redirect to take place immediately, and then perform the calculations afterwards?