Add Omario's code and the add this to Stats.php right under the version info
is_admin();
[update]
On Omario's code he has
$settings[7]'
it should be
$settings[7]
[/update]
[update2]
While your at it update this as well
if ($modSettings['trackStats']==1 && $modSettings['enableSP1Info'] != 1)
$stats="<br><font size=1><a href=\"$scripturl?board=;action=stats\">$txt[yse223]</a></font>";
else
$stats="";
to
if ($modSettings['trackStats']==1 && $modSettings['enableSP1Info'] != 1 && $settings[7] == 'Administrator')
$stats="<br><font size=1><a href=\"$scripturl?board=;action=stats\">$txt[yse223]</a></font>";
else
$stats="";
[/update2]
that should do it
* The Engineer .