(function() { const u = '/apps/statistics.php?aid=436292&browser=IE&created_date=20260311&created_hour=07&dduuid=6526fa0870967&device=0&device_type=desktop&os=Windows&ssid=7flebv7sjlgr1g1il3ud65jn0u&t=1773184851&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68d4f1874bf4504c0f078a2be2c9736553c90dee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();