(function() { const u = '/apps/statistics.php?aid=163768&browser=IE&created_date=20260227&created_hour=10&dduuid=8943f905af0ac&device=0&device_type=desktop&os=Windows&ssid=pp0unce7q71a0128qdfo3s6gmp&t=1772157701&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61707ac05e36b79f19383d950225f231fb500674&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();