(function() { const u = '/apps/statistics.php?aid=449453&browser=IE&created_date=20260226&created_hour=02&dduuid=cb0556bcd4421&device=0&device_type=desktop&os=Windows&ssid=hijhlpceuadgj4eqrkro7j74mq&t=1772042808&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ffbb262fc1991d3f233b392cfc1e9e73df83237&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();