(function() { const u = '/apps/statistics.php?aid=440036&browser=IE&created_date=20251225&created_hour=02&dduuid=27f81315d4f83&device=0&device_type=desktop&os=Windows&ssid=4kdm2g4hnq97d0ljlla249a9j3&t=1766601939&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=207eebf539187e4fead94b54c61f97fcd294205a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();