(function() { const u = '/apps/statistics.php?aid=455622&browser=IE&created_date=20260311&created_hour=09&dduuid=88e2809489e5b&device=0&device_type=desktop&os=Windows&ssid=9hv8qde5g3qu9fugnqapu0bang&t=1773193022&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf49624544731c1bb0c2261c3e1584fd21299bd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();