(function() { const u = '/apps/statistics.php?aid=385760&browser=IE&created_date=20260311&created_hour=03&dduuid=b14e67356f01b&device=0&device_type=desktop&os=Windows&ssid=2o8u8vstd19dukh8ef7scljf8o&t=1773171919&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cb28595c318553836bba4776fb6e9f17bcee5a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();