(function() { const u = '/apps/statistics.php?aid=437778&browser=IE&created_date=20260124&created_hour=11&dduuid=4a1838c383f5a&device=0&device_type=desktop&os=Windows&ssid=ktf48034j3vlanb5c7jgqb1qnk&t=1769226123&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58944c79c360e86e622529b382255bf331a6d39d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();