(function() { const u = '/apps/statistics.php?aid=132803&browser=IE&created_date=20251210&created_hour=00&dduuid=6a6ad96772f3f&device=0&device_type=desktop&os=Windows&ssid=r2ur8i5bc5igc26p69f93vimij&t=1765297402&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f137b37b6fc52606b75d2cd070560aadddf524b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();