bug report: Piwik 1.8, plugins\DBStats\templates\index.tpl
Line 80 and 98, absolute path is not so common
<div class="ajaxLoad" href="/index.php?module=DBStats&....
should be
<div class="ajaxLoad" href="index.php?module=DBStats&....
(In [6451]) Fixes #3172