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