(function() { const u = '/apps/statistics.php?aid=95152&browser=IE&created_date=20260227&created_hour=10&dduuid=5f45f9c813721&device=0&device_type=desktop&os=Windows&ssid=6vce4j8ts37hct3cne4gbdbcfn&t=1772158524&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13fccfca19be8340d50cef547744c2df25ef2b1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();