(function() { const u = '/apps/statistics.php?aid=21161&browser=IE&created_date=20260119&created_hour=07&dduuid=b1a537e8180fe&device=0&device_type=desktop&os=Windows&ssid=gspm293ttep56pjb6rpark34j6&t=1768779095&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f49f8804e2001ea896058a1890d55628e888f010&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();