(function() { const u = '/apps/statistics.php?aid=438117&browser=IE&created_date=20251228&created_hour=00&dduuid=46a92145c1840&device=0&device_type=desktop&os=Windows&ssid=afqptd8hq1ok0ms8ogs66sl4dt&t=1766852780&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=459b274ea3d1538fd25fff091c836a0cb5f461c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();