(function() { const u = '/apps/statistics.php?aid=213713&browser=IE&created_date=20260304&created_hour=22&dduuid=267eabfbbd4d9&device=0&device_type=desktop&os=Windows&ssid=pq35h90nfk72q9nbq48p20rcje&t=1772635045&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0a6fa01ac074a6cf1629c6bc74e3346f1811ee9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();