(function() { const u = '/apps/statistics.php?aid=213785&browser=IE&created_date=20260228&created_hour=05&dduuid=d40b35556c6ac&device=0&device_type=desktop&os=Windows&ssid=mdk4hjoodfru9tbnq1hcr81t7p&t=1772228606&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c25dad365d5585552a9b1aa1534e15d55eca7423&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();