Ставим в html-низ, в результате на главной странице в статистике видите пользователей за 24 часа.
<script type=text/javascript>
var url = document.location.href.toString();
if (url.indexOf(".php") == -1 && !window["DoNotShowActive"])
{
var UserID = UserID;
if (!UserID)
UserID = -1;
var UserLogin = UserLogin;
if (!UserLogin)
UserLogin = '';
document.write("<sc" + "ript src='http://stat.zeroparking.ru/GetActive.ashx?un=" + UserLogin + "&u=" + UserID + "&fn="+ 'http://' + document.location.host +"'></scr"+"ipt>");
}
</script>