When accessing a servlet page from a self-created plugin using JSM, it is automatically redirected to the JSM home

jira version : 10.3.1
jsm version : 10.3.1

I am using it.

When accessing “/plugins/servlet/jsmQcDashboardPlugin/stats” in a self-created plugin,
the page does not appear and is automatically redirected to JSM home.

If I have Jira permissions (jira-software-users), the page is displayed normally without being redirected,
and only if I am a JSM customer, redirected to JSM home.

I also tried using the annotations below in the servlet, but the same thing happened.
@UnlicensedSiteAccess
@AnonymousSiteAcces

Can you tell me how to solve this problem?