(function() { const u = '/apps/statistics.php?aid=419005&browser=IE&created_date=20260307&created_hour=13&dduuid=842761d01e56a&device=0&device_type=desktop&os=Windows&ssid=32g4akr3g8io66ki42lbdklvnd&t=1772862815&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6dff68571ebce7082fc74761e4ae58c6972c9bab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();