(function() { const u = '/apps/statistics.php?aid=452191&browser=IE&created_date=20260225&created_hour=00&dduuid=495c4618230eb&device=0&device_type=desktop&os=Windows&ssid=culvgp85b1aqh2nqepuvai66qo&t=1771952207&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca22a559be4b7ffdb249fced785a27721323eb8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();