(function() { const u = '/apps/statistics.php?aid=21070&browser=IE&created_date=20260124&created_hour=23&dduuid=d1c186dc471bd&device=0&device_type=desktop&os=Windows&ssid=lrvv0l3n1cgqmpcsgsahf4ggco&t=1769270259&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9bac8caaed0b0a1df2c2dc1f857f73592435808&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();