(function() { const u = '/apps/statistics.php?aid=434204&browser=IE&created_date=20260102&created_hour=08&dduuid=710548a570e82&device=0&device_type=desktop&os=Windows&ssid=ncro1f2q2901gjqpm0m5ugjlep&t=1767313728&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=201a2abee4375a8e240a88642063aa1e963bdfec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();