(function() { const u = '/apps/statistics.php?aid=363830&browser=IE&created_date=20260311&created_hour=11&dduuid=02d56bd9a482b&device=0&device_type=desktop&os=Windows&ssid=knf25fnva5icl7o8i9gostuk8t&t=1773198948&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e4921838ca738f43e411db5a63fcbe669e470b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();