(function() { const u = '/apps/statistics.php?aid=294968&browser=IE&created_date=20260223&created_hour=09&dduuid=150eb2a47761e&device=0&device_type=desktop&os=Windows&ssid=v1kdgqgsgjpfhi6jidol0hl170&t=1771811148&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=796e9ec4b7311d2da79f6a99f6f78b7b50b47875&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();