Go to "Add Plugin" in the ACP.
Select the "Post Thank You" (or whatever you may say) as the product.
Select "cache_templates" for the hook location
Make the title something like "Post Thank You Hack cache templates
In the large textarea add
PHP Code:
$globaltemplates[] = 'adv_portal_post_thanks_stats';
$globaltemplates[] = 'adv_portal_post_thanks_stats_bit';
Make sure you change "Plugin is Active" to "Yes".