(function() { const u = '/apps/statistics.php?aid=448996&browser=IE&created_date=20260123&created_hour=09&dduuid=2e544df889571&device=0&device_type=desktop&os=Windows&ssid=qvvbn17se50j2fvsecb5r3j0ph&t=1769130578&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b1008ce306f48d49bc5b1eb02f4779459004679&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();