(function() { const u = '/apps/statistics.php?aid=454331&browser=IE&created_date=20260224&created_hour=03&dduuid=1e0f906879e1e&device=0&device_type=desktop&os=Windows&ssid=7eb41cqs0cdlvekk57qpr09q9a&t=1771876658&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d631aaa3fd5bc035c0de59836713c77499ff7ec6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();