(function() { const u = '/apps/statistics.php?aid=21321&browser=IE&created_date=20260118&created_hour=18&dduuid=49c2365d00538&device=0&device_type=desktop&os=Windows&ssid=jgt2735ep4o5tbj1hq8d23paij&t=1768733425&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f030aa04488e4bb1a44516ea50a20b5c109c0f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();