(function() { const u = '/apps/statistics.php?aid=266051&browser=IE&created_date=20260118&created_hour=13&dduuid=be9620322ad38&device=0&device_type=desktop&os=Windows&ssid=1at0bdiekhofoc03dfi848ohn7&t=1768712603&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec1407d04f22a64dc99a5499c246560e5eb996be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();