(function() { const u = '/apps/statistics.php?aid=455202&browser=IE&created_date=20260311&created_hour=01&dduuid=f113617a67db2&device=0&device_type=desktop&os=Windows&ssid=1f0u3drurpr9ho17qc4g2na2q8&t=1773165154&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3427000b631c5cf31e1d6a407b2575a6bacb9092&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();