(function() { const u = '/apps/statistics.php?aid=457104&browser=IE&created_date=20260308&created_hour=04&dduuid=96bac0bc0f072&device=0&device_type=desktop&os=Windows&ssid=d1po38m93f98lhfb6mrn1v6gk9&t=1772914645&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04743c5142330a60b276a3a2507120cf0569eb21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();