(function() { const u = '/apps/statistics.php?aid=402176&browser=IE&created_date=20260127&created_hour=07&dduuid=eb16d5ca8c19e&device=0&device_type=desktop&os=Windows&ssid=g8u2qovng4lolq378ttiteacfs&t=1769469950&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52ffdd8b828f3c0dcdf23f8451572b08958e60de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();