(function() { const u = '/apps/statistics.php?aid=450053&browser=IE&created_date=20260312&created_hour=00&dduuid=be7ccbac451ee&device=0&device_type=desktop&os=Windows&ssid=6q74qhbrp627bcc2i0895s8n31&t=1773246908&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9511eb2fa05a27a1bb2fe54fef3a851dc21ab9dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();