(function() { const u = '/apps/statistics.php?aid=413289&browser=IE&created_date=20260201&created_hour=04&dduuid=e1434150a2b11&device=0&device_type=desktop&os=Windows&ssid=736us5fd2h17pnl34r7ieba1kt&t=1769890687&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f26350756cfccb5fabe90d67066e0d631526db91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();