(function() { const u = '/apps/statistics.php?aid=21067&browser=IE&created_date=20260113&created_hour=10&dduuid=dd68670621778&device=0&device_type=desktop&os=Windows&ssid=qp4pcichd5ml5ue7i1gqucvda2&t=1768273171&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3f23be08b5eb59996a350273f5790baeaafd1e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();