(function() { const u = '/apps/statistics.php?aid=456014&browser=IE&created_date=20260225&created_hour=01&dduuid=8d43f37420679&device=0&device_type=desktop&os=Windows&ssid=8uaj1v8o0eb6rsgb984e99ncql&t=1771954794&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d51da73fd4041cb7f7676e78d7d2d3e1dec7fec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();