(function() { const u = '/apps/statistics.php?aid=399140&browser=IE&created_date=20251218&created_hour=03&dduuid=6ac5065b4e3f6&device=0&device_type=desktop&os=Windows&ssid=bc5ffalf12kbsmi9ohsp6k00pq&t=1766000292&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff6c081aef591d9557bb5ac4e3631e31be51b66e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();