(function() { const u = '/apps/statistics.php?aid=207118&browser=IE&created_date=20260227&created_hour=18&dduuid=d204f7356bb53&device=0&device_type=desktop&os=Windows&ssid=98elaag6jedts6hfe0hi10k2a7&t=1772189635&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33516761d3fe6285dd2c5c5ed575e869f10d3393&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();