(function() { const u = '/apps/statistics.php?aid=18275&browser=IE&created_date=20260224&created_hour=17&dduuid=13a4690ce2bd0&device=0&device_type=desktop&os=Windows&ssid=071hi8fj5jv8643gc18iechlip&t=1771924888&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=223de2a7866cee59665a9a124cb7c8e7783b96af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();