(function() { const u = '/apps/statistics.php?aid=370672&browser=IE&created_date=20251220&created_hour=16&dduuid=c498694894eaf&device=0&device_type=desktop&os=Windows&ssid=aee6h6dsr0sgf6m2hb8as78bu5&t=1766218233&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f0150ce6bba760d8694eca8802ba7ac24e44efa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();