(function() { const u = '/apps/statistics.php?aid=183014&browser=IE&created_date=20260115&created_hour=09&dduuid=98cab608d3668&device=0&device_type=desktop&os=Windows&ssid=uepl2v2shaf14vjkbim9it0apu&t=1768439141&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b834f2bb7a7a396822f9a27e6dbd13ebe18669a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();