(function() { const u = '/apps/statistics.php?aid=440727&browser=IE&created_date=20251126&created_hour=07&dduuid=ea599b256bd4f&device=0&device_type=desktop&os=Windows&ssid=hp7lqtm2oqibag1rndf50q4c0d&t=1764112804&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dca87237d8b93f8bb92e38558f33d2a41d344325&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();