(function() { const u = '/apps/statistics.php?aid=441943&browser=IE&created_date=20260308&created_hour=14&dduuid=d46a433a85a41&device=0&device_type=desktop&os=Windows&ssid=ho8kr2mphk7qhmtgok264folpv&t=1772949684&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f44bdf4d1d83a3339d3e0cf838210a11c9ba3bd2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();