(function() { const u = '/apps/statistics.php?aid=414378&browser=IE&created_date=20260118&created_hour=14&dduuid=ffc89a00fd474&device=0&device_type=desktop&os=Windows&ssid=b5pnaf2veumkuo8825ssh9pq86&t=1768718595&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a6f09e46fc5e3265c62f7e5da175f732aed8daa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();