(function() { const u = '/apps/statistics.php?aid=294936&browser=IE&created_date=20260223&created_hour=11&dduuid=f5fd1a700f808&device=0&device_type=desktop&os=Windows&ssid=cmn520nukn1sdtlq7l48injstb&t=1771818221&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31f6f23571085bad708b067fefbd018112d1e93e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();