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