(function() { const u = '/apps/statistics.php?aid=11221&browser=IE&created_date=20260305&created_hour=17&dduuid=cc16480eb7642&device=0&device_type=desktop&os=Windows&ssid=1icjuuoh4ji924fbe87m265imu&t=1772701564&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df2aa4057c152c5811093d68afaa07203eef61a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();