(function() { const u = '/apps/statistics.php?aid=453601&browser=IE&created_date=20260224&created_hour=20&dduuid=3f332d0086173&device=0&device_type=desktop&os=Windows&ssid=cf04bulu3i58gbsugs37p0iq2a&t=1771935071&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=212e383ce6760c26ee88b38340c20141e9038439&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();