I am found how it make

In 2 plugins (Cyb - Advanced Forum Statistics - MN, Cyb - Advanced Forum Statistics - FH) find into conditions:
PHP Code:
!is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['...']))
After add:
PHP Code:
OR (THIS_SCRIPT == "stats")
Where "stats" name your php file.
So now all how add in
Usergroups can't view stats (List IDs, separate with commas) will not see statistics on main forum, but will see on link your php file.
Hope i help somebody how have problem like mine