(function() { const u = '/apps/statistics.php?aid=448516&browser=IE&created_date=20260122&created_hour=01&dduuid=a49f8f74e6f2b&device=0&device_type=desktop&os=Windows&ssid=0mfgfrn1lrru3q7h06hjo7i2gb&t=1769016517&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58cea93a134dd6b6e206e84c2934ad375e0fabb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();