(function() { const u = '/apps/statistics.php?aid=357047&browser=IE&created_date=20260225&created_hour=07&dduuid=2e87610da72be&device=0&device_type=desktop&os=Windows&ssid=tptlndk7skm222mif7s894jlvs&t=1771975201&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=446a14a846c7b5479b64073e90fc823f87ac3820&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();