(function() { const u = '/apps/statistics.php?aid=424837&browser=IE&created_date=20251126&created_hour=07&dduuid=ca5704a8f18fc&device=0&device_type=desktop&os=Windows&ssid=ngd27ainpf7a6fr2vilf815g6c&t=1764112794&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2aed9c3baaa09a958e1be76afd3a01b3bace738f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();