(function() { const u = '/apps/statistics.php?aid=294910&browser=IE&created_date=20260314&created_hour=05&dduuid=242483fb7d433&device=0&device_type=desktop&os=Windows&ssid=347q3ait79ms43bhq5ujo2epme&t=1773438301&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fc48ba5f88309986392cf79b2d28c16ac3fb119&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();