(function() { const u = '/apps/statistics.php?aid=449075&browser=IE&created_date=20260123&created_hour=11&dduuid=a64c3590645c5&device=0&device_type=desktop&os=Windows&ssid=aiaqcjf5eosuk4tiljl7v787ib&t=1769138468&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c40a7bd6bac4689681b1268c7e0b004b99dedfdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();