(function() { const u = '/apps/statistics.php?aid=456186&browser=IE&created_date=20260305&created_hour=18&dduuid=b9636397e065d&device=0&device_type=desktop&os=Windows&ssid=fco5v46mgbcdocbmupspmn79j0&t=1772708085&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8775146951a80af4cad209726e3022e24e5f57de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();