(function() { const u = '/apps/statistics.php?aid=448211&browser=IE&created_date=20260112&created_hour=22&dduuid=f16e4e713afc9&device=0&device_type=desktop&os=Windows&ssid=509o19mkimgf63sgm4cdgliad5&t=1768227657&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6b604fc1e948cb9105f14d3842a2cde92bc860c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();