(function() { const u = '/apps/statistics.php?aid=396535&browser=IE&created_date=20260228&created_hour=00&dduuid=472e7d4398915&device=0&device_type=desktop&os=Windows&ssid=bqnvo6or0gih8m0jd41m0573tg&t=1772209700&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4faedcabdae8e6ebbd23a1849c9f93406ab24763&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();