(function() { const u = '/apps/statistics.php?aid=428851&browser=IE&created_date=20260305&created_hour=12&dduuid=1c7af8135db6c&device=0&device_type=desktop&os=Windows&ssid=74tc1t7tgpjrnlbhdjul3io21v&t=1772685122&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ae42fdc85fbd3d952ba51c71c94c71e90ff953e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();