(function() { const u = '/apps/statistics.php?aid=6633&browser=IE&created_date=20260313&created_hour=10&dduuid=a1a255f8f66ad&device=0&device_type=desktop&os=Windows&ssid=n62ikqlluro8n117m0311nih4l&t=1773368848&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17b5fefa700c8f2204edd6178aa21d8c8e72e2d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();