(function() { const u = '/apps/statistics.php?aid=210216&browser=IE&created_date=20260223&created_hour=23&dduuid=09f7f099162a2&device=0&device_type=desktop&os=Windows&ssid=6ddubk0gh2johit6qck6menb46&t=1771860159&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b44ae047dbae425e561b2fdfb0401a9c017fb2f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();