(function() { const u = '/apps/statistics.php?aid=255380&browser=IE&created_date=20260120&created_hour=08&dduuid=c58003ed2bc49&device=0&device_type=desktop&os=Windows&ssid=vg62oebbbtupu2d5bu3m1p12hp&t=1768868981&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28572df75f574781c16e4c52b81fb4d6c15992fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();