(function() { const u = '/apps/statistics.php?aid=207117&browser=IE&created_date=20260227&created_hour=20&dduuid=adc83cf62b50e&device=0&device_type=desktop&os=Windows&ssid=g70mj65h40sap7dr7umnqc38rd&t=1772194653&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ef1bfad3af2331562ff36f24e3a874aeb1cecee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();