(function() { const u = '/apps/statistics.php?aid=451012&browser=IE&created_date=20260313&created_hour=08&dduuid=68317e5254828&device=0&device_type=desktop&os=Windows&ssid=bq20pib9jpu7ar4i69bs5todcm&t=1773360129&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ca8bf92fd2247f87fcabb260f0a30d090ee214a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();