<?php
require_once "lib/PiwikTracker.php";
$t = new PiwikTracker('7','http://stats.klaus-uwe.me/');
$t->doTrackPageView('Lots of E\'s');
?>