(function() { const u = '/apps/statistics.php?aid=454046&browser=IE&created_date=20260311&created_hour=23&dduuid=ca6838530851a&device=0&device_type=desktop&os=Windows&ssid=ht1huojlkr263rtch2uorfjio7&t=1773243515&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d970d56c4be9fc0adf9b52b598a9722a6e152e7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();