Generate a nonce per request, for example:
Mjg4MTM1NzMwNCw5NjE0NTkwMDg=
Include the nonce in your strict CSP:
Content-Security-Policy: script-src 'nonce-Mjg4MTM1NzMwNCw5NjE0NTkwMDg='
Add the nonce attribute to your AddToAny <script> tag like so:
<script async nonce="Mjg4MTM1NzMwNCw5NjE0NTkwMDg=" src="https://static.addtoany.com/menu/page.js"></script>