Jump to content

_IECreate - Invisible browser in Windows 11


Steviep
 Share

Recommended Posts

Hi all,

I've been using the following code for many years for the sole purpose of tracking my app usage via Google Analytics:

;GOOGLE ANALYTICS
$AppStatsName = @ScriptName
$GA = _IECreate("https://mywebserver/apps/stats/" & $AppStatsName & ".html", 0, 0, 0, 0)

The app simply calls a blank .html page on my webserver which only contains the GA tracking code.

The $iVisible parameter is set to "0" in my case, which means the IE browser is invisible to the user.

I noticed in Windows 11, the URL is called in the Edge browser and is not invisible.

So, I wonder if anyone out there has any suggestions on calling a URL invisibly on any operating system?

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...