(function() { const u = '/apps/statistics.php?aid=448260&browser=IE&created_date=20260111&created_hour=17&dduuid=92157aec2bfc7&device=0&device_type=desktop&os=Windows&ssid=udbuv0q2im6uthmmk2gh850ul1&t=1768125060&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=286cb6838ba0f22b0c05c567631b6d86cf0dfa6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();