(function() { const u = '/apps/statistics.php?aid=410303&browser=IE&created_date=20260227&created_hour=12&dduuid=fb32ab293322e&device=0&device_type=desktop&os=Windows&ssid=gagf3emi841cfq7gpe130ipmcp&t=1772164891&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4f6b9966f0ec3c1de96f2a3936aade2b85d83f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();