(function() { const u = '/apps/statistics.php?aid=453432&browser=IE&created_date=20260305&created_hour=17&dduuid=a27469a94bc9e&device=0&device_type=desktop&os=Windows&ssid=k88deqnthd9m2hp5nuoum04dkk&t=1772702594&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8840197b5e309dd15185048b4412af024c6931c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();