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