(function() { const u = '/apps/statistics.php?aid=432505&browser=IE&created_date=20260115&created_hour=00&dduuid=9a6527656cd97&device=0&device_type=desktop&os=Windows&ssid=l33o06u142q4miodb7edasd2i3&t=1768408733&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=078c8aa32e6511896dbd065b27060aeac8594a9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();