(function() { const u = '/apps/statistics.php?aid=363885&browser=IE&created_date=20260316&created_hour=08&dduuid=acba5287f4668&device=0&device_type=desktop&os=Windows&ssid=k4h557tvka8uj9j1i53m32o2fo&t=1773622222&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92dce0bac5250b23b1fc8aad5193989bc41c52cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();