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