(function() { const u = '/apps/statistics.php?aid=364732&browser=IE&created_date=20260312&created_hour=04&dduuid=2f1ca37d247fc&device=0&device_type=desktop&os=Windows&ssid=i2lc889loi7fpml36bq7v221uo&t=1773262000&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb0b987617a8b69a76b185a73da497bcc7623f1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();