(function() { const u = '/apps/statistics.php?aid=387620&browser=IE&created_date=20260310&created_hour=23&dduuid=b2c4d158ef7fc&device=0&device_type=desktop&os=Windows&ssid=c31ag1tt0n1a8f5tcta81p4msj&t=1773156750&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87f5a04a4ee3b422d96bb9c44cdf9b80d3ba2570&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();