(function() { const u = '/apps/statistics.php?aid=454198&browser=IE&created_date=20260225&created_hour=14&dduuid=136ce6a8e64f1&device=0&device_type=desktop&os=Windows&ssid=2gpmnq4t9mljdn3h0gjed020q9&t=1771999792&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d4fafeaff5f9da8330ac0490136094b96da649e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();