(function() { const u = '/apps/statistics.php?aid=267776&browser=IE&created_date=20260118&created_hour=11&dduuid=2c02d030ee7cc&device=0&device_type=desktop&os=Windows&ssid=v5fl2fo9nl460nqqfmc4dbiq8a&t=1768705523&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e1d525d633a30a20e3583059d2a30c543fb3b05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();