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