(function() { const u = '/apps/statistics.php?aid=403143&browser=IE&created_date=20260224&created_hour=03&dduuid=a2a34dc05393a&device=0&device_type=desktop&os=Windows&ssid=ddnbkrmqah37a3326gjt95an4g&t=1771876518&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87b1d961b22e0c85f01898fd27544485e8c9d352&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();