(function() { const u = '/apps/statistics.php?aid=207401&browser=IE&created_date=20260114&created_hour=05&dduuid=76f866406412c&device=0&device_type=desktop&os=Windows&ssid=6i4p8m08albiot6feeg275hv4j&t=1768339096&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cc4b84f6deba6d1b287481bb708030d7019188e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();