(function() { const u = '/apps/statistics.php?aid=112987&browser=IE&created_date=20260312&created_hour=11&dduuid=45d0eb09b2cba&device=0&device_type=desktop&os=Windows&ssid=dqoot54h1eniaguq9svkrqrh1g&t=1773286490&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=213e8258be92b02a9c8286fbe0ff1b58bbbbfa23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();