(function() { const u = '/apps/statistics.php?aid=264469&browser=IE&created_date=20260315&created_hour=16&dduuid=0af2854816954&device=0&device_type=desktop&os=Windows&ssid=bqb85os4pjare41bjt32vlq9fl&t=1773563553&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=658185d2f08223e3a6f9c513ba05c865805e6076&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();