(function() { const u = '/apps/statistics.php?aid=210246&browser=IE&created_date=20260223&created_hour=21&dduuid=d7b1fedf34e56&device=0&device_type=desktop&os=Windows&ssid=ov4lpknl5tk73gjs3b2h6tenmg&t=1771854709&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1929544f2272451bdc61b1017488d79bcb134014&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();