(function() { const u = '/apps/statistics.php?aid=213762&browser=IE&created_date=20260227&created_hour=00&dduuid=f3dfe42f6019c&device=0&device_type=desktop&os=Windows&ssid=2hvin09u016fifhfm7jaokh6r7&t=1772124891&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08df43087c9683625dc859e746a02a5442605477&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();