(function() { const u = '/apps/statistics.php?aid=276119&browser=IE&created_date=20260314&created_hour=14&dduuid=31f39d2cf327d&device=0&device_type=desktop&os=Windows&ssid=jqiehmhrnu5tquoju0j54lfv6m&t=1773471172&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f861d64e6e8052c9faf5a2493c774a3183399211&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();