(function() { const u = '/apps/statistics.php?aid=426221&browser=IE&created_date=20260125&created_hour=09&dduuid=e11c4dfb70737&device=0&device_type=desktop&os=Windows&ssid=7n4t740tdhint3ve6co7k80p06&t=1769303864&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86a81980a8029e9fe22c16e321bc4473def8fc88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();