in reply to Is it possible? loading two different script from one <img ... >??

The simplest thing to do would be add another 1x1 pixel image somewhere in your page that calls the script at the third domain. Why complicate things? But you could theoretically modify your script at the second domain to request the URL of the script at the third domain through HTTP::Request
  • Comment on Re: Is it possible? loading two different script from one <img ... >??