(function() { const u = '/apps/statistics.php?aid=384172&browser=IE&created_date=20260311&created_hour=07&dduuid=fc274cf7740c9&device=0&device_type=desktop&os=Windows&ssid=h5h6bjnrve60l9cob4mh026h63&t=1773184198&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4807359a2dde2dd38fadd0e73584c4fa64df5d35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();