(function() { const u = '/apps/statistics.php?aid=445723&browser=IE&created_date=20260122&created_hour=19&dduuid=16176885f9b41&device=0&device_type=desktop&os=Windows&ssid=ksgfteqas9oh0u929dcoh2u3t6&t=1769080022&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84fb31a085b087c68d33b3589a61225bb45de4c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();