(function() { const u = '/apps/statistics.php?aid=441934&browser=IE&created_date=20260224&created_hour=06&dduuid=dea31b2d825c2&device=0&device_type=desktop&os=Windows&ssid=gpp1ci27ni83php5cg0tkai3un&t=1771887310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=733dd6d101b26613dedad673e1fab00004b2d46b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();