(function() { const u = '/apps/statistics.php?aid=439027&browser=IE&created_date=20251226&created_hour=15&dduuid=2d9cbecea428f&device=0&device_type=desktop&os=Windows&ssid=nsgno7tds0g7sdls1sbut6c1uh&t=1766732675&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c030d0baa374855355abfe429fc949fb549af23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();