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