(function() { const u = '/apps/statistics.php?aid=54314&browser=IE&created_date=20260224&created_hour=06&dduuid=cfc9a60436ba8&device=0&device_type=desktop&os=Windows&ssid=bhibgoohe6qkb8sgh5h0bhml40&t=1771885756&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f184e9d9410111776129f843c56f68d8043f0da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();