(function() { const u = '/apps/statistics.php?aid=454818&browser=IE&created_date=20260225&created_hour=01&dduuid=ff1205e7926cf&device=0&device_type=desktop&os=Windows&ssid=508k2as610vmj50ts0v0bmfu3j&t=1771952530&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d50938cbb35141848a949c2a48362212a8d2b9d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();