(function() { const u = '/apps/statistics.php?aid=431844&browser=IE&created_date=20260305&created_hour=13&dduuid=7fe7f6f757c89&device=0&device_type=desktop&os=Windows&ssid=af36o40n9h20qd5rht8erv75fj&t=1772689844&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=857b7155dd6965f3de9390d60bed3ab6175100f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();