(function() { const u = '/apps/statistics.php?aid=536&browser=IE&created_date=20260226&created_hour=00&dduuid=898b3529725b1&device=0&device_type=desktop&os=Windows&ssid=b52575ndqleiun1aimcp5clind&t=1772037201&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e67256b29644238a48613579fe5f2444ccca097&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();