(function() { const u = '/apps/statistics.php?aid=393518&browser=IE&created_date=20251225&created_hour=00&dduuid=29599029d4fcd&device=0&device_type=desktop&os=Windows&ssid=icngptmg93dg0sdfor4c2gskcn&t=1766593264&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04a346f873bead4e83d565c21cdbccaf4f172d03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();