(function() { const u = '/apps/statistics.php?aid=207437&browser=IE&created_date=20260114&created_hour=01&dduuid=493c680d337d1&device=0&device_type=desktop&os=Windows&ssid=691fkr6fn25a891jhaq54u2voo&t=1768324756&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41ec2f09b57e0c67170bf4319a5b76de34220044&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();