(function() { const u = '/apps/statistics.php?aid=210278&browser=IE&created_date=20260223&created_hour=19&dduuid=3ccf3b6a90fa3&device=0&device_type=desktop&os=Windows&ssid=d7du43kker2i1hasmltqkiu3pc&t=1771845288&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a3cb411e9e91a96414aeb06e4aed19f9be054f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();