Why might it be that since I deployed my app on the Play Store, when I open an external link from the app, the request from the website that was opened sometimes arrives duplicated to the server. The first one comes from the device's IP (which is the correct flow), but the second comes from a Google IP. Searching for information, I found the following: "This behavior suggests that Google Play Protect or some other Google service is intervening in the request. This is common in apps distributed through the Play Store, as Google performs scans and security checks on apps and their behavior in real time."
What can I do so that when the external link is opened, the request is only made from the device's IP and doesn't arrive duplicated to the server?