(function() { const u = '/apps/statistics.php?aid=208162&browser=IE&created_date=20260102&created_hour=01&dduuid=50ae8801e4938&device=0&device_type=desktop&os=Windows&ssid=5j2dq90f7hhs3al8fdjdt08i6i&t=1767288033&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=146168961dc6cf5a7f7e1c73cfc63aeaabe93737&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();