It's just an XMLHttpRequest which retrieves the page contained in 'url'.
The activeX is only used in MS browsers, the other (imho normal browsers) will be using:
req = new XMLHttpRequest();
So... Find out what 'url' contains and use LWP::Simple or whatever to fetch the page...