Most of these scripts probably just do a javascript redirect (which is essentially the same as a new page load). Another trick is to HTTP POST to the destination page, rather than the usual GET, but this may cause issues with some sites.
Remember it only takes one weird browser or a random glitch to reveal the referer to the other end.
|