(function() { const u = '/apps/statistics.php?aid=417675&browser=IE&created_date=20260316&created_hour=14&dduuid=a0f1c73de464d&device=0&device_type=desktop&os=Windows&ssid=0916qde9er1u1sboo4buhtphk8&t=1773643335&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0c1f72505b0285cb57f41a35c8f5a09035b4e64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();