(function() { const u = '/apps/statistics.php?aid=113156&browser=IE&created_date=20260304&created_hour=01&dduuid=0fbaa047d0af9&device=0&device_type=desktop&os=Windows&ssid=62ievapc6fk35j7dfe4rfcb5e6&t=1772560622&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1464179659d45eb6994773192d2a20624bb0ed7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();