(function() { const u = '/apps/statistics.php?aid=209872&browser=IE&created_date=20251225&created_hour=20&dduuid=9d4dcf7eb48c2&device=0&device_type=desktop&os=Windows&ssid=m70e519g330fjspi0nd6fv1bd8&t=1766666460&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c4184890ef871dfadc613b54e65578e091841a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();