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