(function() { const u = '/apps/statistics.php?aid=396587&browser=IE&created_date=20260309&created_hour=11&dduuid=3b6aa3e58fce1&device=0&device_type=desktop&os=Windows&ssid=28s24k9e126ietg7tcl123r85o&t=1773025839&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=300c83d46f11af71ce07a0e1adab12e7ed88b754&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();