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