(function() { const u = '/apps/statistics.php?aid=435251&browser=IE&created_date=20260312&created_hour=05&dduuid=29beb44eb8ad0&device=0&device_type=desktop&os=Windows&ssid=i36uvfukj0qpcd1tae3s9idri0&t=1773264203&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be5c32c3619d8a873a9d32c30f72abc5a519d500&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();