I've been trying to use a redirect-script to direct clicks forward to their respective targets. To accomplish this, I use the header/location-command in PHP.
However, my problem is this: In the traffic analysis that the target sites use, the original page of the click is listed as the source of the click, rather than my redirect script. For symmetry reasons, I need my redirect script to be listed as source of all these clicks.
Does anyone know how the origins of clicks are detected? And more importantly, how do I make the redirect script listed as the source instead?