(function() { const u = '/apps/statistics.php?aid=78743&browser=IE&created_date=20260224&created_hour=01&dduuid=7c4ed872a6d80&device=0&device_type=desktop&os=Windows&ssid=8hfere4gcfet79jumhb02tfo00&t=1771866868&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=259b87ce479d83d13277917de51d5a4944aa9185&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();