(function() { const u = '/apps/statistics.php?aid=455534&browser=IE&created_date=20260304&created_hour=14&dduuid=f3905817e87f5&device=0&device_type=desktop&os=Windows&ssid=8lavfepd5f6cg7cpvllnehq20h&t=1772604418&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=daacf6dff4cfc1b9674f4da291f80e1e4c8c8b4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();