(function() { const u = '/apps/statistics.php?aid=112965&browser=IE&created_date=20260315&created_hour=18&dduuid=7f72be78a6f53&device=0&device_type=desktop&os=Windows&ssid=t74j2j8lgt6es3gavtvbedrs36&t=1773570559&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eada1d2e215b30313b7dbf1e947788de6aa3f4a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();