(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260304&created_hour=08&dduuid=295b124d23700&device=0&device_type=desktop&os=Windows&ssid=6cjofvcegimb55uvajcu9fsihq&t=1772584841&typeid=1&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e478035b10d2ecce97658cef9c174f301e1903e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();