Do I need to call Stripe(publishableKey[, options]) constructor on every page «to best leverage Stripe’s advanced fraud functionality»?

The «Including Stripe.js» page says:

To best leverage Stripe’s advanced fraud functionality, include this script on every page on your site, not just the checkout page. This allows Stripe to detect anomalous behavior that may be indicative of fraud as users browse your website.

stripe.com/docs/stripe.js#including-stripejs

Do I need to call Stripe(publishableKey[, options]) constructor on every page «to best leverage Stripe’s advanced fraud functionality», or including the Stripe.js is enough «to best leverage Stripe’s advanced fraud functionality»?

I have got an answer from the Stripe support:

You don’t need to call Stripe() on each page; simply including the <script src="https://js.stripe.com/v3/"></script> tag will do!