(function() { const u = '/apps/statistics.php?aid=213690&browser=IE&created_date=20260304&created_hour=11&dduuid=9a7962a8cdec5&device=0&device_type=desktop&os=Windows&ssid=mi129br6sj9vfj3mbbotgj5ju7&t=1772594593&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15eab5a65f92a3a229f6793858ffc12feddc86de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();