(function() { const u = '/apps/statistics.php?aid=455777&browser=IE&created_date=20260310&created_hour=15&dduuid=f58db80c1210d&device=0&device_type=desktop&os=Windows&ssid=edcn3qodmakjmqidcmv5pfdif9&t=1773129198&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05068a3d5fc25360b3ffafb67385b934694cbe90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();