(function() { const u = '/apps/statistics.php?aid=453722&browser=IE&created_date=20260311&created_hour=18&dduuid=0545dddb5a14e&device=0&device_type=desktop&os=Windows&ssid=ljru9g59ah7g3d37qscgmo3sl2&t=1773225298&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d80760949467414a96b4e80cbfecfb11ad3087f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();