(function() { const u = '/apps/statistics.php?aid=208366&browser=IE&created_date=20260101&created_hour=06&dduuid=7317d0eb535bb&device=0&device_type=desktop&os=Windows&ssid=np8qd6lrt9abq1a8660n2ddhig&t=1767221787&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afe872e28ea55f2792a48141b26e655e2a2e2aaf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();