(function() { const u = '/apps/statistics.php?aid=340424&browser=IE&created_date=20260301&created_hour=10&dduuid=a32f536bc68d9&device=0&device_type=desktop&os=Windows&ssid=oi34nltht74ciq63n3fl9telua&t=1772330537&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f7fb8f358fe8cc121c1891292c3453534bfe3cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();