(function() { const u = '/apps/statistics.php?aid=23116&browser=IE&created_date=20260311&created_hour=09&dduuid=8faf149f4312a&device=0&device_type=desktop&os=Windows&ssid=tl6ldsar8rams8dro96hp93tm0&t=1773192355&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c57868f053508158fc5cd87ce44d0b3e926636d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();