(function() { const u = '/apps/statistics.php?aid=402138&browser=IE&created_date=20260315&created_hour=22&dduuid=f809dbde94ff5&device=0&device_type=desktop&os=Windows&ssid=vl8lh87pv647hfqsuq80bl0om0&t=1773584015&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9beb33994c2b83a2b0f4febaa7250cbb7949e20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();