(function() { const u = '/apps/statistics.php?aid=440252&browser=IE&created_date=20260315&created_hour=22&dduuid=b44e5127ba7f7&device=0&device_type=desktop&os=Windows&ssid=6l5u8ssof3pdq79rtn42toefli&t=1773585657&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbfabf1e2bae7f6074b607d8472abca69831c426&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();