Run the following query and make sure the product is listed as L or I otherwise the AOL profile option will not be display in Stat.
SELECT fa.application_id id, fa.application_short_name app, fa.application_name, fpi.status,
fpi.patch_level
FROM fnd_application_all_view fa, fnd_product_installations fpi
WHERE fa.application_id = fpi.application_id
N mean not installed
S mean shared
I mean installed
L mean custom