(function() { const u = '/apps/statistics.php?aid=21407&browser=IE&created_date=20260311&created_hour=23&dduuid=faf0105f6b883&device=0&device_type=desktop&os=Windows&ssid=p0hlkuv067qi9r8nmgndftbrpv&t=1773243344&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d01e8cf884abda8ed602b4829520171d02c01dce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();