(function() { const u = '/apps/statistics.php?aid=455870&browser=IE&created_date=20260311&created_hour=03&dduuid=b40996275a216&device=0&device_type=desktop&os=Windows&ssid=368slnbgiivnj9eumt4icqsvmn&t=1773171106&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c97bef0ab77296611c009ab19339de41c87852ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();