(function() { const u = '/apps/statistics.php?aid=440670&browser=IE&created_date=20260226&created_hour=11&dduuid=fa2dc867334de&device=0&device_type=desktop&os=Windows&ssid=8hd1k4oeo5co67fgejjeuacnmq&t=1772075900&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7913a68ece803f9725c6936f446afde2c312757&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();