(function() { const u = '/apps/statistics.php?aid=451729&browser=IE&created_date=20260311&created_hour=09&dduuid=9d5f6790e3290&device=0&device_type=desktop&os=Windows&ssid=t584dstj9fuh0toq81f649n37n&t=1773192422&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=461c3192dbe05d6200ea02368c040e44b80a8da0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();