(function() { const u = '/apps/statistics.php?aid=135706&browser=IE&created_date=20260223&created_hour=20&dduuid=5195598dab958&device=0&device_type=desktop&os=Windows&ssid=mo633q4f5550lkeakcvnd1fjnm&t=1771851498&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f0293527c740c050e670d1be53981e6bc1e03fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();