(function() { const u = '/apps/statistics.php?aid=454853&browser=IE&created_date=20260224&created_hour=13&dduuid=4898a4685eb4a&device=0&device_type=desktop&os=Windows&ssid=6ag7cu0unat7666jcoeahurpo8&t=1771909907&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d258d318775345856649f37d6ccf89c376387aeb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();