(function() { const u = '/apps/statistics.php?aid=453742&browser=IE&created_date=20260311&created_hour=17&dduuid=6c5abbee18a21&device=0&device_type=desktop&os=Windows&ssid=f5t0977loaa0aflr0tccc7pffi&t=1773219927&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=815504bbe391ee49b31df2225ea186068189c015&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();