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