(function() { const u = '/apps/statistics.php?aid=447808&browser=IE&created_date=20260228&created_hour=11&dduuid=42f5a05a137c1&device=0&device_type=desktop&os=Windows&ssid=ahjt8fb81iru25mms6gk9lr7mk&t=1772251018&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87c6ca15f070d580af84f91d493aac160041f69a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();