(function() { const u = '/apps/statistics.php?aid=433553&browser=IE&created_date=20260305&created_hour=06&dduuid=dea5e898f2199&device=0&device_type=desktop&os=Windows&ssid=3hr7al1o1202aplfss1efqc8pp&t=1772663925&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6d259b889203e51b2db11e7c439b6396435d6d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();