How to run nextjs only the first time visiting a website There’s no localStorage

I’m really confused!

I needed to run a script only if the visitor comes to my static page for the first time.

However, NextJS doesn’t allow me to work nicely with the localStorage.

How then I could fetch such info to make things work out?!