(function() { const u = '/apps/statistics.php?aid=408181&browser=IE&created_date=20260111&created_hour=07&dduuid=5fc317c6374c7&device=0&device_type=desktop&os=Windows&ssid=ofde0dd4pn26juuu9os3frmg4a&t=1768087275&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8df6e08f66ddbc56fec26b90fda3eb2c8a9dabcb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();