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