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