I did that one recently.... it's a weird one. Use the "member_profileblock_fetch_unwrapped" location. But, wrap the content in an if statement otherwise it goes through this plugin for every block (and if you have queries, that means it does the query each time!):
PHP Code:
global $vbulletin; if ($title == $vbphrase['mini_statistics']){ Whatever you want to do... $template_hook[profile_ministats_list] .= '<dt class="shade">Whatever</dt><dd>More of Whatever</dd>'; }