Yes i have add this code in my .htaccess file to sort out that issue because of this issue we are losing our customers and also sales
Here is the code which i add in .htaccess file
RewriteEngine on
RewriteCond %{QUERY_STRING} ^(.*)&?_gl=[^&]+&?(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L,NE]
here is code screenshot: https://snipboard.io/zAOnpy.jpg