(function() { const u = '/apps/statistics.php?aid=416&browser=IE&created_date=20260122&created_hour=19&dduuid=ca37fc75b420c&device=0&device_type=desktop&os=Windows&ssid=9l08j7limod3j0gdht6u7gv6jj&t=1769080273&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=849f84036e33c8f1b5a5e9aa114760f9705f17e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();