(function() { const u = '/apps/statistics.php?aid=113168&browser=IE&created_date=20260113&created_hour=17&dduuid=b1682fc00b21b&device=0&device_type=desktop&os=Windows&ssid=7ajd0bd956ak42o0mmpufphqm1&t=1768296466&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46c1018dd3b56b0d25ce740f4b77857d6671eac9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();