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