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