(function() { const u = '/apps/statistics.php?aid=456035&browser=IE&created_date=20260308&created_hour=06&dduuid=04432f542a2ef&device=0&device_type=desktop&os=Windows&ssid=hcmaj8qn4h5ul7js628r8lcavu&t=1772920933&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dddb04f193540791497f1ef094d110caaa4a9ff8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();