you can custom design the dynamic stats button to show any data you like, simply edit settings_buttons.php
if you remove these 2 lines it will remove total and unique ins:
imagestring($img, 2, 80, 75, $TMPL['tot_pv_0_daily'], $color1);
imagestring($img, 2, 80, 90, $TMPL['unq_in_0_daily']...