(function() { const u = '/apps/statistics.php?aid=270930&browser=IE&created_date=20260224&created_hour=04&dduuid=bddadeee2f85b&device=0&device_type=desktop&os=Windows&ssid=fsbuhfdaof8dhmtoojrfs17u5p&t=1771880138&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d54f16177ede5daced2113e3722e9ceba73b0b63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();