(function() { const u = '/apps/statistics.php?aid=428539&browser=IE&created_date=20260121&created_hour=03&dduuid=6017d09828e0e&device=0&device_type=desktop&os=Windows&ssid=15faleqejmdujiv66v3ablsu2l&t=1768936135&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d38027f1ba63729f949bceddc3bf0494c47ba064&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();