(function() { const u = '/apps/statistics.php?aid=464013&browser=IE&created_date=20260321&created_hour=17&dduuid=dddd875a526ff&device=0&device_type=desktop&os=Windows&ssid=d9kb794erv9rk69e2fphfkqa84&t=1774084200&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8be06327e9e1c0d6fc868571c8a23239b74ea051&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();