(function() { const u = '/apps/statistics.php?aid=427075&browser=IE&created_date=20260124&created_hour=06&dduuid=bd0991633bc18&device=0&device_type=desktop&os=Windows&ssid=ff0facboe97dthnjp6a4p7l8l9&t=1769206328&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=175c72bda332e718ff4046cacf37eb32a6c0eafd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();