(function() { const u = '/apps/statistics.php?aid=207259&browser=IE&created_date=20260114&created_hour=23&dduuid=127eb5e5588e5&device=0&device_type=desktop&os=Windows&ssid=asasa3ha4838ikf40jl60b6h8h&t=1768405949&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76665e5324948ccfd71be40f5c1dc60e67ea64ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();