(function() { const u = '/apps/statistics.php?aid=411660&browser=IE&created_date=20260303&created_hour=12&dduuid=80b6815f9187d&device=0&device_type=desktop&os=Windows&ssid=fh52f5l4l5n3ade2kiprmukmfp&t=1772512855&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04c2535066ed162f256d790bed2eea64b1ed19bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();