(function() { const u = '/apps/statistics.php?aid=451573&browser=IE&created_date=20260125&created_hour=12&dduuid=77374a13b4a32&device=0&device_type=desktop&os=Windows&ssid=bqrlrn7b54f66m5j3dc2r5f21n&t=1769316788&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09ba903300d3979d739c52d0e15fccd54d8bfe42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();