(function() { const u = '/apps/statistics.php?aid=459317&browser=IE&created_date=20260305&created_hour=03&dduuid=edd010ed530fc&device=0&device_type=desktop&os=Windows&ssid=6t257p3rflkqi770nkh4ge1n1n&t=1772651364&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f36088b78047e5eb85bf29bed90f6240fb1a820&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();