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