(function() { const u = '/apps/statistics.php?aid=424815&browser=IE&created_date=20260316&created_hour=06&dduuid=b132f21b607dc&device=0&device_type=desktop&os=Windows&ssid=r6ebc6c3c0cig8cg1fvng2imsv&t=1773613752&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=000c29a687482df53f03fa05085e4f0df84c3507&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();