(function() { const u = '/apps/statistics.php?aid=436354&browser=IE&created_date=20251230&created_hour=09&dduuid=d68f739d598d6&device=0&device_type=desktop&os=Windows&ssid=222qrnatkmt2na5bh7r18nllr1&t=1767058317&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6410fa3a68df1004f25ef9756141091dd454914&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();