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