(function() { const u = '/apps/statistics.php?aid=452737&browser=IE&created_date=20260224&created_hour=19&dduuid=9b9e1575a186a&device=0&device_type=desktop&os=Windows&ssid=a928sjnr7sg3lvnt8mvi5aqktn&t=1771930993&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67b416dbd96db6b516146ac98810eeb8ac518e36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();