(function() { const u = '/apps/statistics.php?aid=453373&browser=IE&created_date=20260312&created_hour=04&dduuid=3ab8bf80241cb&device=0&device_type=desktop&os=Windows&ssid=67fouhbdguhbccgdkeh8791ql9&t=1773261238&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d0a2eff78be96b20be8b203d2db05c272dd4ac0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();