(function() { const u = '/apps/statistics.php?aid=442888&browser=IE&created_date=20260304&created_hour=08&dduuid=3cebd8406445b&device=0&device_type=desktop&os=Windows&ssid=76r67ik2br6t05h1sf2qgnlaam&t=1772583937&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b27cb3d501fd5cdfc4927e289c9b09d723be62d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();