(function() { const u = '/apps/statistics.php?aid=141298&browser=IE&created_date=20260305&created_hour=04&dduuid=af3301e561c26&device=0&device_type=desktop&os=Windows&ssid=3brj3dqnpfv8bf3lv0gudhpaec&t=1772656973&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0795cc7ffa573e3d26c33f94318f6e19b843013d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();