(function() { const u = '/apps/statistics.php?aid=455212&browser=IE&created_date=20260308&created_hour=13&dduuid=f07fb45b7bc26&device=0&device_type=desktop&os=Windows&ssid=n77crrhua5sr6g7d0kcdr8btgl&t=1772948876&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28c2bd9c2b92706eca14dbfaf01075e6eb5fa520&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();