(function() { const u = '/apps/statistics.php?aid=444626&browser=IE&created_date=20260304&created_hour=15&dduuid=34969d30c0cb6&device=0&device_type=desktop&os=Windows&ssid=r32bdbiimrha765iv3qf1ufm11&t=1772608977&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0653e7fb7140d23cfd052e3d6d5125512a0a4c7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();