(function() { const u = '/apps/statistics.php?aid=417281&browser=IE&created_date=20260117&created_hour=03&dduuid=80bf9aada8a62&device=0&device_type=desktop&os=Windows&ssid=0fo5ogflqvrgq35np8ks7cu3th&t=1768593389&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=044c434a3439070af6277cdfc4459ea58bb721c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();