(function() { const u = '/apps/statistics.php?aid=419024&browser=IE&created_date=20260305&created_hour=19&dduuid=bc6842b55ea4a&device=0&device_type=desktop&os=Windows&ssid=rrt2fe6o2a17ll1lk83a8el7r2&t=1772711005&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e08b3080fe876910a5e5ec53023b565f2d803dcb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();