(function() { const u = '/apps/statistics.php?aid=426393&browser=IE&created_date=20260113&created_hour=14&dduuid=192e8c6faf0d3&device=0&device_type=desktop&os=Windows&ssid=sr4r3a2igrav753q9vrsre03is&t=1768284581&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98ed763d13edc366627463e7fa638345ae407671&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();