(function() { const u = '/apps/statistics.php?aid=455211&browser=IE&created_date=20260303&created_hour=20&dduuid=885ce2b552a53&device=0&device_type=desktop&os=Windows&ssid=du9qi3k1vu65419eerii90ou81&t=1772541542&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7233b9016868a4473a0986a1e1709dde9d18175b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();