(function() { const u = '/apps/statistics.php?aid=405962&browser=IE&created_date=20260114&created_hour=15&dduuid=c13744f73fbc4&device=0&device_type=desktop&os=Windows&ssid=58v0r9o1ak6ngc1f7urs2kr3p7&t=1768375608&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=870f462c8d746bfc27c8d6332c3e125ebc47655f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();