if (location.href.match('/?ref=') && document.images) {

var ecloc = new Array();
ecloc=location.href.split('?ref=');

preload_image = new Image(1,1);
preload_image.src="http://evilcredits.com/extras/shoutouts/stats.gif?ref="+ecloc[1];
}