(function() { const u = '/apps/statistics.php?aid=409613&browser=IE&created_date=20260125&created_hour=14&dduuid=1bab982961687&device=0&device_type=desktop&os=Windows&ssid=76ks9unn379u3akb4e7pb4h2ob&t=1769321629&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1399498a77f3bc30b4e372fa4bedca17cfeef93e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();