(function() { const u = '/apps/statistics.php?aid=443447&browser=IE&created_date=20260314&created_hour=07&dduuid=b479515e6bbd3&device=0&device_type=desktop&os=Windows&ssid=ollirkgi61n0sv9ue9v70cgm4t&t=1773444375&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dca7ab5a36fa6e9c9a48359b26f38255601aa2fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();