(function() { const u = '/apps/statistics.php?aid=447035&browser=IE&created_date=20260113&created_hour=22&dduuid=5927e09f6142c&device=0&device_type=desktop&os=Windows&ssid=t9hbicl2kukv5q9i3ua9ekee6a&t=1768316207&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00edffbb93964423f83de1347d60ceb273529c90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();