This particular script found at https://github.com/shutterstock/api/blob/master/examples/javascript-jquery/v2.html is a front-end solution that directly interacts with the ShutterStock api. It does not utilize a proxy server, and JSONP or CORS are also not employed (since both the Access-Control-Allow-Origin in the response header and Origin in the request header are null). How is this functionality achieved without those components?