(function() { const u = '/apps/statistics.php?aid=444433&browser=IE&created_date=20260313&created_hour=09&dduuid=862e173c4fe84&device=0&device_type=desktop&os=Windows&ssid=8k45jlt2cq43a0ork3l08id5iq&t=1773364527&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e418218d4c0fc137950ed02df3f696886199455e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();