Zend certified PHP/Magento developer

Category links loading two times

When we click on any category or subcategory link , it open two urls :

first, it will load below url

https://www.website.com/earrings/earlobes

Next, it will load below url :

https://www.website.com/earrings/earlobes?page=1 as we have pagination.

because of this, facebook pixels are triggering two times as we are loading the page url two times when we click on any category/subcategory link.

Requirement :

Is there any way, we can load only one url when we click on Menu links ?

We have PWA setup [ where frontend is reactjs, but i believe those urls are fetching from backend only ]