(function() { const u = '/apps/statistics.php?aid=21218&browser=IE&created_date=20260119&created_hour=01&dduuid=2f324942394c1&device=0&device_type=desktop&os=Windows&ssid=kte4jbddqtea4p89sdb1mlc1ip&t=1768759086&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1b9cbbc60cc083ea05b24b978b096641a8af68e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();