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