(function() { const u = '/apps/statistics.php?aid=33966&browser=IE&created_date=20260311&created_hour=00&dduuid=54411f17994a8&device=0&device_type=desktop&os=Windows&ssid=hsul6pthll6r62m5aa46ne2e46&t=1773161852&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef577ad735af874e6602f18fdce840a869d19dd7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();