(function() { const u = '/apps/statistics.php?aid=452981&browser=IE&created_date=20260312&created_hour=12&dduuid=93dbf0ec59b64&device=0&device_type=desktop&os=Windows&ssid=li3o0119ebdnvr5cef0i1sc9vd&t=1773289665&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a59cddbc5000b9e072a4911da43243e6a6f136f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();