(function() { const u = '/apps/statistics.php?aid=401008&browser=IE&created_date=20260226&created_hour=00&dduuid=b39ea2293888d&device=0&device_type=desktop&os=Windows&ssid=i4dno9uhv7le3g3u6dsmgrvve2&t=1772037611&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0db52a8f0ba6fe2980474119f12f2d36bf7f03e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();