(function() { const u = '/apps/statistics.php?aid=448628&browser=IE&created_date=20260310&created_hour=07&dduuid=f20c3dba4aa82&device=0&device_type=desktop&os=Windows&ssid=qf3hmhm2insm3ujs72g85hjh3l&t=1773097477&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=521e7320e248184a00e351400170235877f135b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();