(function() { const u = '/apps/statistics.php?aid=450620&browser=IE&created_date=20260311&created_hour=19&dduuid=45e1cf4545a7d&device=0&device_type=desktop&os=Windows&ssid=9b3g3png401p0fo0e4i1hrm28n&t=1773229724&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc441c8649bd9cf08caf1960d3f3424bcf527bab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();