(function() { const u = '/apps/statistics.php?aid=207540&browser=IE&created_date=20260113&created_hour=09&dduuid=59c29f228d63a&device=0&device_type=desktop&os=Windows&ssid=l5q7uor76jiqv7kmqufmgflmd2&t=1768268492&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18f92c0026abd3ae4a0da0ae5733477f59e71bee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();