(function() { const u = '/apps/statistics.php?aid=453822&browser=IE&created_date=20260305&created_hour=18&dduuid=d64dc82feceb5&device=0&device_type=desktop&os=Windows&ssid=tdcpp643pm9hq2i3hku7a42vhs&t=1772704911&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea67b58f5e917f60c3ddd3526e25cf34589a58ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();