(function() { const u = '/apps/statistics.php?aid=113130&browser=IE&created_date=20260113&created_hour=11&dduuid=969b6e9b6d7c5&device=0&device_type=desktop&os=Windows&ssid=f4ivv7689hdcavnu182mtjcesh&t=1768275753&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfbfec73b261de24b054d6f57060518456f225a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();