(function() { const u = '/apps/statistics.php?aid=369408&browser=IE&created_date=20260224&created_hour=23&dduuid=c3cc70b86232d&device=0&device_type=desktop&os=Windows&ssid=nreii9734maarb33d2nh39u6rm&t=1771946282&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0cdeea8567f01876b4705855b5d7c2c68014063c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();