(function() { const u = '/apps/statistics.php?aid=384964&browser=IE&created_date=20260311&created_hour=06&dduuid=80d90263bed5e&device=0&device_type=desktop&os=Windows&ssid=qnifj0ark6v55p8lpff2fnr0on&t=1773181461&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69be077300354e221ff12e5a3518860630399cbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();