(function() { const u = '/apps/statistics.php?aid=369411&browser=IE&created_date=20260305&created_hour=19&dduuid=8eb02feb000c9&device=0&device_type=desktop&os=Windows&ssid=eun85qhkk2vvomki8cd9vosap6&t=1772710091&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc2a6a4757660a9d71505bd55ef7854c6f2cdff8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();