I am trying to write a javascript function that can perform a HTTP Get request EXTERNAL TO A BROWSER. The javascript file will need to be executed in a windows program (Isadora). The reason is because I need to send data to www.google-analytics.com from the windows program (Isadora). Is this possible? And how can it be done?
Code examples would be greatly greatly appreciated.