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