(function() { const u = '/apps/statistics.php?aid=440261&browser=IE&created_date=20260323&created_hour=23&dduuid=d7d899bc74f8b&device=0&device_type=desktop&os=Windows&ssid=t9v73n6tm2n1ra25gfq18nsqps&t=1774279309&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df1219b986616c11678d2ad820c9123dd5225470&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();