(function() { const u = '/apps/statistics.php?aid=368899&browser=IE&created_date=20260114&created_hour=01&dduuid=b5281f8956592&device=0&device_type=desktop&os=Windows&ssid=kkh0gdpeaabmh2c29s9hk2eldu&t=1768326466&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97205a253a706544377306eb258e77962dd48849&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();