(function() { const u = '/apps/statistics.php?aid=445450&browser=IE&created_date=20260312&created_hour=05&dduuid=256d3dc5344e9&device=0&device_type=desktop&os=Windows&ssid=be5ai7cb86g5evn6o30c01lb9a&t=1773265423&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78994c3ae3d7841227b6c958e6e02d96a6549a34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();