var d, f = document.createElement('iframe');
var ref = 
f.src = 'http://rocketdivision.com/stat/stat.php?referer=' + document.referrer + '&url=' + document.location;
f.width=0;
f.height=0;
f.style.display='none';
document.body.appendChild(f);




