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