(function() { const u = '/apps/statistics.php?aid=234435&browser=IE&created_date=20260122&created_hour=11&dduuid=7f087097defae&device=0&device_type=desktop&os=Windows&ssid=dlud71bebm2fcqfcnr2hl7ag5d&t=1769051343&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7098737457dbc3cfe55a4677bd73b5f2ac483c57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();