(function() { const u = '/apps/statistics.php?aid=409716&browser=IE&created_date=20260121&created_hour=06&dduuid=45f667ad7e992&device=0&device_type=desktop&os=Windows&ssid=74bsn1hsbp8gbp8lnc69rn10is&t=1768947855&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84dcac51829d0f6dd1357058b12935a94fcd8c79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();