(function() { const u = '/apps/statistics.php?aid=363929&browser=IE&created_date=20260316&created_hour=14&dduuid=14aa411cf083e&device=0&device_type=desktop&os=Windows&ssid=7schap4412j9a5vvli4i79p8ss&t=1773643376&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fe6f75eded7cccd3397b1a49843fe87c8d92db0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();