(function() { const u = '/apps/statistics.php?aid=443497&browser=IE&created_date=20251220&created_hour=15&dduuid=ac45d87301c7e&device=0&device_type=desktop&os=Windows&ssid=50g11ueigrvgsohjul4lmhblio&t=1766214773&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6607463e441bd9a452eb6e9d90b1d5d641d52fa3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();