(function() { const u = '/apps/statistics.php?aid=8277&browser=IE&created_date=20260228&created_hour=00&dduuid=e112377508764&device=0&device_type=desktop&os=Windows&ssid=cd3npnivn4jsn6bhlje61o46t4&t=1772209700&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d93ba89047a12e07e284e6184280103747ff324e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();