(function() { const u = '/apps/statistics.php?aid=446853&browser=IE&created_date=20260311&created_hour=02&dduuid=e16f76ec5fb19&device=0&device_type=desktop&os=Windows&ssid=0qrtopldgr3ipjfk78nshbj509&t=1773166345&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d72fbfd974d17b1bd4fd143d46fe87d0dbe2a8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();