(function() { const u = '/apps/statistics.php?aid=349631&browser=IE&created_date=20260306&created_hour=13&dduuid=fcec8951fac30&device=0&device_type=desktop&os=Windows&ssid=1114sfs5l59otgd2dt19jaj8s7&t=1772775166&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66436db1a6e586b16b6ef6576abaea633ba57f45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();