(function() { const u = '/apps/statistics.php?aid=453427&browser=IE&created_date=20260305&created_hour=18&dduuid=d2d38d181b14f&device=0&device_type=desktop&os=Windows&ssid=0f967hpb987vc7e8bus225obh6&t=1772707580&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a02a9e10e76f967594634d0f5694418cc0a64c26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();