(function() { const u = '/apps/statistics.php?aid=213628&browser=IE&created_date=20260308&created_hour=12&dduuid=f8720dc187c0b&device=0&device_type=desktop&os=Windows&ssid=fgdmhim8dr1irfs3gpf5lcjm1r&t=1772944394&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=480b02b54a8bf8fe82cceaf8dcdd794805184c81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();