(function() { const u = '/apps/statistics.php?aid=451481&browser=IE&created_date=20260313&created_hour=01&dduuid=0ad5f2f7ed269&device=0&device_type=desktop&os=Windows&ssid=td5a38fap4u4q4mhk1d085o408&t=1773335101&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7803024894c324254c18242c3751ce2d07df2e31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();