(function() { const u = '/apps/statistics.php?aid=448037&browser=IE&created_date=20260121&created_hour=23&dduuid=0f47fbc935723&device=0&device_type=desktop&os=Windows&ssid=67u4tel0j2qhrlt24iam8d54fj&t=1769009913&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=125b0b916c5eab8320fca97ddffcfc4aa840a32c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();