(function() { const u = '/apps/statistics.php?aid=91993&browser=IE&created_date=20260304&created_hour=16&dduuid=933f5b1915864&device=0&device_type=desktop&os=Windows&ssid=sgmtjp4nmhq4bc0kmmnq5itetv&t=1772614751&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81a40ee15356b56cac22ea64e62e9410aad98460&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();