(function() { const u = '/apps/statistics.php?aid=454760&browser=IE&created_date=20260307&created_hour=16&dduuid=ddbc0a6ecc599&device=0&device_type=desktop&os=Windows&ssid=tgtjbo4492n2g2ude6o0jcmrga&t=1772871009&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0699820aeee7e6c26ffd78f0b035532bf108386&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();