(function() { const u = '/apps/statistics.php?aid=12628&browser=IE&created_date=20260120&created_hour=06&dduuid=efa42ebb4c015&device=0&device_type=desktop&os=Windows&ssid=1j9aubdu84ecgoal0dt5g97csr&t=1768861766&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23d483185a0cf1be99b8861984c160578fc7f1db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();