(function() { const u = '/apps/statistics.php?aid=49&browser=IE&created_date=20251126&created_hour=07&dduuid=c0888ea7f83d1&device=0&device_type=desktop&os=Windows&ssid=1mtogpairfhfth1d8o8i880t3n&t=1764112795&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d26f1818cd6d05aaa6af632918ee878bc0b94e85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();