Вам нужно на страницу, засовываемую в последний фрейм, поставить такой скрипт
<script>
var hash = window.location.hash;
if(hash=="#change") {
window.location="http://yandex.ru/"; //Тут адрес Вашего счечика
}
</script>
а код засовывания измениться на подобный
<iframe src="http://lookatcode.com/showhtml/" id="a"></iframe>
<script>
document.getElementById("a").onload = function(){
this.contentDocument.body.innerHTML = '<iframe src="http://lookatcode.com/showhtml/#change"></iframe>';
}
</script>
http://lookatcode.com/showhtml/ - меняем на произвольные свои адреса, со своего сайта