(function() { const u = '/apps/statistics.php?aid=324411&browser=IE&created_date=20260313&created_hour=10&dduuid=4cf5d19bdb292&device=0&device_type=desktop&os=Windows&ssid=b8tgri1oa56tmp09p2m58d931r&t=1773367710&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=077c27ee1ff962bb592ef074affccd07487dfd18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();