(function() { const u = '/apps/statistics.php?aid=160817&browser=IE&created_date=20260115&created_hour=12&dduuid=cec8aded3447d&device=0&device_type=desktop&os=Windows&ssid=ocohnjt6l8n4mst18q2h03oogr&t=1768451931&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c900ebece945f38c97b0bca20203d1b43a37dfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();