(function() { const u = '/apps/statistics.php?aid=452095&browser=IE&created_date=20260312&created_hour=03&dduuid=263a0475867a9&device=0&device_type=desktop&os=Windows&ssid=2i8kb45jnehfc1k78063hlqmkp&t=1773258300&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38285c49472000d53a428041ecefa0e1ff84d196&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();