(function() { const u = '/apps/statistics.php?aid=210134&browser=IE&created_date=20260224&created_hour=05&dduuid=36120f4d2b13e&device=0&device_type=desktop&os=Windows&ssid=41dt003vmoaqi05rau00671ce8&t=1771881883&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=274f5f8790351f766a669ffaaa08a039e01caf62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();