(function() { const u = '/apps/statistics.php?aid=262783&browser=IE&created_date=20260119&created_hour=06&dduuid=7c1a450245fc0&device=0&device_type=desktop&os=Windows&ssid=83p3bos84er6ud166c7488mdiu&t=1768776874&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ada3731d054c3b27c276e0fb34a16627471f17f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();